home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.addinstances.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  4.9 KB  |  115 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1>How to Add an Instance Info - <img src="../../images/instance.gif" width="16" height="16" alt="instance info" border="0"></H1>
  18.                     An instance info is a reference to a tModel that contains relevant technical 
  19. information about a binding. For example, you might create a reference to a tModel that represents an interface specification document or Web Services Description Language (WSDL) file that describes the conventions or functions supported by a binding.</p>
  20.  
  21.                     <!-- #include file = "warning.changestouddi.htm" -->
  22.                     <b>Jump to:</b> <a href="#instance">Add an Instance Info</a>, <a href="#parameter">Add 
  23.                         Instance Parameters</a>, <a href="#overview">Add the Overview Document URL</a>.
  24.                     <h2><a name="#instance"></a>Add an instance info</h2>
  25.                     <ol>
  26.                         <li>On the <uddi:ContentController Runat='server' Mode='Private'>UDDI Services </uddi:ContentController><uddi:ContentController Runat='server' Mode='Public'>UDDI </uddi:ContentController>menu, click <b>Publish</b>.</li>
  27.                         <li>Click the <B>Providers</b> tab.
  28.                         <li>Locate the provider that owns the service that contains the binding to which you want to add an instance info and, next to its name, click <b>View</b>.
  29.                         <li>Click the <b>Services</b> tab.
  30.                         <li>Locate the service that contains the binding to which you want to add an instance info and, next to its name, click <b>View</b>.
  31.                         <li>Click the <b>Bindings</b> tab.
  32.                         <li>Locate the binding to which you want to add an instance info and, next to its name, click <b>View</b>.
  33.                         <li>Click the <b>Instance Infos</b> tab.
  34.                         <li>Click <b>Add Instance Info</b>.</li>
  35.                         <li>
  36.                             Type all or part of the name of the tModel you want to refer to and click <b>Search</b>.<br>
  37.                             A list of tModels matching your criteria appears.</li>
  38.                         <li>
  39.                             Select the tModel you want to create an instance of.
  40.                         <LI>
  41.                             Click <b>Add Description</b>.
  42.                         <LI>
  43.                             In the <b>Language</b>
  44.                         list, select a language for this description.
  45.                         <LI>
  46.                             In <b>Description</b>, enter a description of this instance info.</LI>
  47.                         <li>
  48.                             Click <b>Update</b>.</li>
  49.                         <LI>
  50.                             To add additional descriptions in other languages, repeat steps 12 through 15.</LI>
  51.                     </ol>
  52.                     <a name="parameter"></a>
  53.                     <h2>Add instance parameters</h2>
  54.                     Instance parameters are the unique parameters that this instance of this tModel 
  55.                     supports.
  56.                     <ol>
  57.                         <LI>
  58.                             Click the <b>Instance Details</b>
  59.                         tab.
  60.                         <li>
  61.                             Click <b>Edit</b>.
  62.                         <LI>
  63.                         In <b>Instance Parameter</b>, type the parameters supported by this instance or the URL of a document that describes the parameters supported by this instance info. 
  64.                         <li>
  65.                             Click <b>Update</b>.</li>
  66.                         <LI>
  67.                             Click <b>Add Description</b>.
  68.                         <LI>
  69.                             In the <b>Language</b>
  70.                         list, select a language for this description.
  71.                         <LI>
  72.                             In <b>Description</b>, type a description of this instance parameter.</LI>
  73.                         <li>
  74.                             Click <b>Update</b>.</li>
  75.                         <LI>
  76.                             To add additional descriptions in other languages, repeat steps 5 through 8.</LI>
  77.                     </ol>
  78.                     <a name="overview"></a>
  79.                     <h2>Add the overview document URL</h2>
  80.                     The overview document URL identifies the location of a file that contains 
  81.                     technical details about this instance—for example, a WSDL (Web Services Description Language) or XML (Extensible Markup Language) Web service 
  82.                     definitions file.
  83.                     <ol>
  84.                         <LI>
  85.                             Click the <b>Overview Document URL</b>
  86.                         tab.
  87.                         <li>
  88.                             Click <b>Edit</b>.
  89.                         <LI>
  90.                             Specify the URL where the overview document for this instance can be found.</LI>
  91.                         <li>
  92.                             Click <b>Update</b>.</li>
  93.                         <LI>
  94.                             Click <b>Add Description</b>.
  95.                         <LI>
  96.                             In the <b>Language</b>
  97.                         list, select a language for this description.
  98.                         <LI>
  99.                             In <b>Description</b>, type a description for this overview document.</LI>
  100.                         <li>
  101.                             Click <b>Update</b>.</li>
  102.                         <LI>
  103.                             To add additional descriptions in other languages, repeat steps 5 through 8.</LI>
  104.                     </ol>
  105.                     <p>To publish additional instance infos, <a href="#instance">repeat these procedures</a>.
  106.                 </td>
  107.             </tr>
  108.         </table>
  109.         <!-- #include file = "publish.footer.htm" -->
  110.     </body>
  111. </html>
  112.  
  113.  
  114.  
  115.